Hip_D3D11_FrameBuffer

Undocumented in source.

Constructors

this
this(uint width, uint height)
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
create
void create(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
getTexture
IHipTexture getTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

renderTargetTexture
ID3D11Texture2D renderTargetTexture;
Undocumented in source.
renderTargetView
ID3D11RenderTargetView renderTargetView;
Undocumented in source.
retTexture
Hip_D3D11_Texture retTexture;
Undocumented in source.
shaderResourceView
ID3D11ShaderResourceView shaderResourceView;
Undocumented in source.

Meta